home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 051-075 / scopedisk57 / ipc / ipc.readme < prev    next >
Text File  |  1995-03-19  |  1KB  |  22 lines

  1. /* ---------- "IPC -- The Code... (long!)" ---------- */
  2.  
  3. Lots of apologies for taking so long to get this out, but for the last
  4. couple of weeks I've been frantically writing test clients and servers to
  5. check all this stuff out.  I haven't included any of the test modules here;
  6. they're not proprietary or anything -- just too hastily hacked for me to
  7. want to air them in public.  Hopefully you'll find this code fairly clean!
  8. I'll work up some proper examples later.   In the meantime, with luck you
  9. can see how these procedures are intended to be used from the comments in
  10. the code.  Proper documentation will also follow.  [Unh Hunh!...(:-))]
  11.  
  12. Everything seems to do what I intended it to.  I've sure learned a lot fast
  13. about InterProcess Communication, though!  The IPCMessage structure appears
  14. to slot in fairly nicely, but there are some interesting item types I've
  15. found I've needed, for example.  Again, I'll have to put together another
  16. article on that subject.
  17.  
  18. Anyhow, here it is.  I've included a slightly updated IPC.h, to make it
  19. complete.
  20.  
  21.                                             -- Pete --
  22.